Wednesday, December 18, 2013

WRITE CD USING NERO SOFTWARE

0 comments
You can write a CD using Nero software by following simple and easy short steps.
1. Open Nero software.
2. Select what type of CD you want to make.
3. Insert CD.
4. Add files or folder from your computer
5. Click burn.
6. After completing, it will be ready to use

Saturday, December 14, 2013

COMPARISON BETWEEN LINUX AND WINDOWS OPERATING SYSTEMS

0 comments
In the table given below there is short comparison between Linux and Windows Operating Systems .
The comparison is unbiased and depending upon personal observations of  the staff of this blog.

        LINUX VS WINDOWS COMPARISON TABLE


LINUX
WINDOWS
1.       Linux is an open source operating system.
Windows is a family of operating systems from Microsoft
2.       Linux can be downloaded free and can be distributed freely.
Windows cost $50 to $500 depending upon the version of the operating systems.
3.       Very few games available Natively on Linux.
Windows supports almost all games.
4.       Linux has had about 60-100 viruses till  date.
There have been more than 60,000 Viruses in Windows Operating System.
5.       Linux typically provides two GUIs, KDE and Gnome. But Linux GUI is optional
The Windows GUI is an integral component of the OS and it is mainly influenced by Mac OS and Xerox.
6.       Linux file system supports, Ext2, Ext3, Ext4, Jfs, ReiserFS, Xfs, Btrfs, FAT, FAT32, NTFS
Windows File System Supports. FAT, FAT32, NTFS, exFAT








                                                                                                                                                                               









Wednesday, November 27, 2013

HOW TO CHANGE PAGE STYLE IN MOZILLA FIREFOX

0 comments
Go to menu bar.
Click on view as shown in image below.



 

Click on page style as show in image below.

Now there will be two options
1.No page style
2. Basic page style.
Select your desired option. Thus you can change your page style in Firefox.
If you found this helpful please don't forget to comment below.

Saturday, November 2, 2013

SOFTWARE TESTING

0 comments

What is testing?

Testing is the process of evaluating a system or its component(s) with the intent to find that whether it satisfies the specified requirements or not. This activity results in the actual, expected and difference between their results. In simple words testing is executing a system in order to identify any gaps, errors or missing requirements in contrary to the actual desire or requirements.
According to ANSI/IEEE 1059 standard, Testing can be defined as A process of analyzing a software item to detect the differences between existing and required conditions (that is defects/errors/bugs) and to evaluate the features of the software item.

Who does testing?

It depends on the process and the associated stakeholders of the project(s). In the IT industry, large companies have a team with responsibilities to evaluate the developed software in the context of the given requirements. Moreover, developers also conduct testing which is called Unit Testing. In most cases, following professionals are involved in testing of a system within their respective capacities:
  • Software Tester
  • Software Developer
  • Project Lead/Manager
  • End User
Different companies have difference designations for people who test the software on the basis of their experience and knowledge such as Software Tester, Software Quality Assurance Engineer, and QA Analyst etc.
It is not possible to test the software at any time during its cycle. The next two sections state when testing should be started and when to end it during the SDLC.

When to Start Testing?

An early start to testing reduces the cost, time to rework and error free software that is delivered to the client. However in Software Development Life Cycle (SDLC) testing can be started from the Requirements Gathering phase and lasts till the deployment of the software. However it also depends on the development model that is being used. For example in Water fall model formal testing is conducted in the Testing phase, but in incremental model, testing is performed at the end of every increment/iteration and at the end the whole application is tested.
Testing is done in different forms at every phase of SDLC like during Requirement gathering phase, the analysis and verifications of requirements are also considered testing. Reviewing the design in the design phase with intent to improve the design is also considered as testing. Testing performed by a developer on completion of the code is also categorized as Unit type of testing.

When to Stop Testing?

Unlike when to start testing it is difficult to determine when to stop testing, as testing is a never ending process and no one can say that any software is 100% tested. Following are the aspects which should be considered to stop the testing:
  • Testing Deadlines.
  • Completion of test case execution.
  • Completion of Functional and code coverage to a certain point.
  • Bug rate falls below a certain level and no high priority bugs are identified.
  • Management decision.

Testing, Quality Assurance and Quality Control

Most people are confused with the concepts and difference between Quality Assurance, Quality Control and Testing. Although they are interrelated and at some level they can be considered as the same activities, but there is indeed a difference between them. Mentioned below are the definitions and differences between them:


S.N.Quality AssuranceQuality ControlTesting
1Activities which ensure the implementation of processes, procedures and standards in context to verification of developed software and intended requirements.Activities which ensure the verification of developed software with respect to documented (or not in some cases) requirements.Activities which ensure the identification of bugs/error/defects in the Software.
2Focuses on processes and procedures rather then conducting actual testing on the system.Focuses on actual testing by executing Software with intend to identify bug/defect through implementation of procedures and process.Focuses on actual testing.
3Process oriented activities.Product oriented activities. Product oriented activities.
4Preventive activities.It is a corrective process.It is a corrective process.
5It is a subset of Software Test Life Cycle (STLC).QC can be considered as the subset of Quality Assurance.Testing is the subset of Quality Control.

Testing and Debugging

Testing:

It involves the identification of bug/error/defect in the software without correcting it. Normally professionals with a Quality Assurance background are involved in the identification of bugs. Testing is performed in the testing phase.

Debugging:

It involves identifying, isolating and fixing the problems/bug. Developers who code the software conduct debugging upon encountering an error in the code. Debugging is the part of White box or Unit Testing. Debugging can be performed in the development phase while conducting Unit Testing or in phases while fixing the reported bugs.

COMPARISON BETWEEN INTERNET & INTRANET

0 comments

Internet

  • Internet is a world-wide/global system of interconnected computer networks.
  • Internet uses the standard Internet Protocol (TCP/IP)
  • Every computer in internet is identified by a unique IP address.
  • IP Address is a unique set of numbers (such as 110.22.33.114) which identifies a computer location.
  • A special computer DNS (Domain Name Server) is used to give name to the IP Address so that user can locate a computer by a name.
  • For example, a DNS server will resolve a name http://www.tutorialspoint.com to a particular IP address to uniquely identify the computer on which this website is hosted.
  • Internet is accessible to every user all over the world.
Internet

Intranet

  • Intranet is system in which multiple PCs are networked to be connected to each other.
  • PCs in intranet are not available to the world outside of the intranet.
  • Usually each company or organization has their own Intranet network and members/employees of that company can access the computers in their intranet.
  • Each computer in Intranet is also identified by a IP Address, which is unique among the computers in that Intranet.
Intranet

Similarities in Internet & Intranet

  • Intranet uses the internet protocols such as TCP/IP and FTP.
  • Intranet sites are accessible via web browser in similar way as websites in internet. But only members of Intranet network can access intranet hosted sites.
  • In Intranet, own instant messengers can be used as similar to yahoo messenger/gtalk over the internet.

Differences in Internet & Intranet

  • Internet is general to PCs all over the world where Intranet is specific to few PCs.
  • Internet is wider access and provides a better access to websites to large population whereas Intranet is restricted.
  • Internet is not as safe as Intranet as Intranet can be safely privatized as per the need.

Thursday, October 31, 2013

Macs And PCs

0 comments

Personal computers come in two main "styles": PC and Mac. Both styles are fully functional, but they do have a different look and feel, and many people prefer one or the other.
A PCA PC
A MacA Mac
  • PC: This type of computer began with the original IBM PC that was introduced in 1981. Other companies began to create similar computers, which were called IBM PC Compatible (often shortened to PC). Today, this is the most common type of personal computer, and it typically includes the Microsoft Windows operating system.
  • Mac: The Macintosh computer was introduced in 1984, and it was the first widely sold personal computer with a Graphical User Interface, or GUI (pronounced gooey). All Macs are made by one company, Apple Inc., and they almost always use the Mac OS X operating system.
Although PC can refer to an IBM PC Compatible, the term can also be used to refer to any personal computer, including Macs.

SPECIALIZED COMPUTERS

0 comments

Today, there lots of everyday devices that are basically specialized computers, even though we don't always think of them as computers. Here are a few common examples:
The iPad, a type of tablet computerThe iPad, a type of tablet computer
  • Tablet Computers: These use a touch-sensitive screen for typing and navigation. Since they don't require a keyboard or mouse, tablet computers are even more portable than laptops. The iPad is an example of a tablet computer.
  • Mobile Phones: Many mobile phones can do a lot of things a computer can do, such as browsing the internet or playing games. These phones are often called smartphones.
  • Game Consoles: A game console is a specialized kind of computer that is used for playing video games. Although they are not as fully-featured as a desktop computer, many newer consoles, such as the Nintendo Wii, allow you to do non-gaming tasks like browsing the internet.
  • TVs: Many TVs now include applications (or apps) that let you access various types of online content. For example, you can view your Facebook news feed or watch streaming movies on Netflix.

SERVERS

0 comments

A server roomA server room
A server is a computer that "serves up" information to other computers on a network. Many businesses have file servers that employees can use to store and share files. A server can look like a regular desktop computer, or it can be much larger.
Servers also play an important role in making the internet work: they are where web pages are stored. When you use your browser to click a link, a web server delivers the page you requested.

LAPTOP COMPUTERS

0 comments

Laptop Computers

A laptop computerA laptop computer
The second type of computer that you may be familiar with is a laptop computer, or laptops as they are often referred to. Laptops are battery or AC-powered personal computers that are more portable than desktop computers, allowing you to use them almost anywhere.
Since a laptop is smaller than a desktop, it's more difficult to access the internal components. That means you may not be able to upgrade them as much as a desktop. However, it's usually possible to add more RAM or a bigger hard drive.

A laptop computer is sometimes called a notebook computer because of its size.

DESKTOP COMPUTERS

0 comments

A desktop computerA desktop computer
Many people use desktop computers at work, home, school, or the library. They can be small, medium, or large in style, and usually sit on a desk. Once you add a monitor, mouse, and a keyboard, you have what is typically known as a desktop computer.

Most desktop computers are easy to upgrade and expand, or add new parts. Another benefit of desktop computers is the cost. If you compare a desktop and a laptop with the same features, you will most likely find that the desktop computer is priced lower.

 Some desktop computers have a built-in monitor to save space. These are often called all-in-one desktop computers.

Wednesday, October 30, 2013

INTRODUCTION OF COMPUTER

0 comments

What Is Computer?


Computer is an advanced electronic device that takes raw data as input from the user and processes these data under the control of set of instructions (called program) and gives the result (output) and saves output for the future use.

Functions Of a Computer.


Any digital computer carries out five functions in gross terms:
  • Takes data as input.
  • Stores the data/instructions in its memory and can use them when required.
  • Processes the data and converts it into useful information.
  • Outputs the information.
  • Controls all the above four steps.


    Advantages

    Following list demonstrates the advantages of Computers in today's arena.

    High Speed

  • Computer is a very fast device.
  • It is capable of performing addition of very big data.
  • The computer has units of speed in microsecond, nanosecond and even the picosecond.
  • It can perform millions of calculations in a few seconds as compared to man, who can spend many months for doing the same task.

Accuracy

  • In addition to being very fast, computers are very accurate.
  • The computer has performed calculations 100% error-free.
  • Computers perform all jobs with 100% accuracy.

Storage Capability

  • Memory is a very important characteristic of computers.
  • The computer has much more storage capacity than human beings.
  • It can store large amount of data.
  • It can store any type of data such as images, videos, text, audio and any other type.

Diligence

  • Unlike human beings, a computer is free from monotony, tiredness and lack of concentration.
  • It can work continuously without creating any error and boredom.
  • It can do repeated work with same speed and accuracy.

Versatility

  • A computer is a very versatile machine.
  • A computer is very flexible in performing the jobs to be done.
  • This machine can be used to solve the problems relating to various different fields.
  • At one instant, it may be solving a complex scientific problem and the very next moment it may be playing a card game.

Reliability

  • A computer is a reliable machine.
  • Modern electronic components have failure-free long lives.
  • Computers are designed to make maintenance easy.

Automation

  • Computer is an automatic machine.
  • Automation means ability to perform the task automatically.
  • Once a program is given to computer, i.e., stored in computer memory, the program and instructions can control the program execution without human interaction.

Reduction in Paper Work

  • The use of computers for data processing in an organization leads to reduction in paper work and speeds up the process.
  • As data in electronic files can be retrieved as and when required, the problem of maintenance of large number of files gets reduced.

Reduction in Cost

  • Though the initial investment for installing a computer is high but it substantially reduces the cost of each of its transaction.

Disadvantages

Following list demonstrates the disadvantages of Computers in today's arena.

No IQ

  • A computer is a machine and has no intelligence of its own to perform any task.
  • Each and every instruction has to be given to the computer.
  • A computer can not take any decision on its own.

Dependency

  • It can perform function as instructed by user, so it is fully dependent on human being.

Environment

  • The operating environment of computer should be dust-free and suitable to it.

No Feeling

  • Computer has no feeling or emotions.
  • It cannot make judgement based on feeling, taste, experience and knowledge unlike a human being.